PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStandardRectangle Class / PDFStandardRectangle Constructor / PDFStandardRectangle Constructor(double,double,double,double)
The lower-left x coordinate of the rectangle.
The lower-left y coordinate of the rectangle.
The upper-right x coordinate of the rectangle.
The upper-right y coordinate of the rectangle.
In This Topic
    PDFStandardRectangle Constructor(double,double,double,double)
    In This Topic
    Initializes a new PDFStandardRectangle object.
    Syntax
    public PDFStandardRectangle( 
       double llx,
       double lly,
       double urx,
       double ury
    )

    Parameters

    llx
    The lower-left x coordinate of the rectangle.
    lly
    The lower-left y coordinate of the rectangle.
    urx
    The upper-right x coordinate of the rectangle.
    ury
    The upper-right y coordinate of the rectangle.
    See Also